Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > LeadStream Class > Write Method : Write(Byte[],Int32,UInt32) Method |
'Declaration
Public Overloads Function Write( _ ByVal buffer() As Byte, _ ByVal bufferIndex As Integer, _ ByVal count As UInteger _ ) As UInteger
'Usage
Dim instance As LeadStream Dim buffer() As Byte Dim bufferIndex As Integer Dim count As UInteger Dim value As UInteger value = instance.Write(buffer, bufferIndex, count)
function Leadtools.LeadStream.Write(Byte[],Int32,UInt32)( buffer , bufferIndex , count )
public: uint Write( array<byte>^ buffer, int bufferIndex, uint count )
Use the CanWrite property to determine whether the current instance supports reading.